home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / disk / cdrom / OptyCDPlayer16.readme < prev    next >
Text File  |  1996-10-11  |  12KB  |  265 lines

  1. Short:        V1.6 MUI CD Player/Ed/Prog/Sampler
  2. Author:       opty@netinfo.fr (Stéphane Barbaray)
  3. Uploader:     opty@netinfo.fr (Stéphane Barbaray)
  4. Version:      1.6
  5. Type:         disk/cdrom
  6. Replaces:     disk/cdrom/OptyCDPlayer.*
  7. Requires:     OS 2.04, MUI 3, and 68020
  8. Distribution: EMailWare
  9.  
  10.  
  11. - V1.0
  12. ·Initial public release
  13.  
  14. - V1.1
  15. ·VOLTYPE tooltype added to correct problems with some exotic CD drives
  16. ·Added 600(!) CD descriptions
  17. ·German catalog added
  18.  
  19. - V1.2
  20. ·Icons was in Newicon style, now they are real icons
  21. ·Rewritten some functions in assembler
  22. ·Reduced code size significantly
  23. ·Added MUI Gadget disappearing feature: when the window is too small, some gadgets start to disappear according to their importance
  24. ·Added possibility to choose the sample file by requester
  25. ·Added preview button in sampler window, it plays CD according sliders of the sampler window
  26. ·Rewritten randomize function (more randomized)
  27. ·Editor,Program, & sampler pages are allocated only when needed. Replacing Register style with a Cycle was necessary for this feature.
  28. ·Fixed stupid bug with 'at start' prog: first title was played twice
  29.     
  30. - V1.3
  31. ·Now there is 1368 CD descriptions
  32. ·Added ASYNCBUFFER to suppress glitches when sampling
  33. ·Removed some scsi command failure check at initialisation and termination of sampling function because of some drive that can but refuse these command anyway.
  34. ·Added my E-Mail address in 'About' window (Requested)
  35. ·Added config autosave, some tooltypes are now obsolete, please remove SAMPLENAME, DRIVETYPE, SAMPLEFORMAT, SAMPLECHANNEL, SAMPLEFREQ from your icon
  36. ·Added Drive Subcode in prefs
  37. ·Added Volume prefs. Note that volume is not initialized anymore to 127 at each start except if no config (first start)
  38. ·Added slider in player part for fast search in song
  39. ·Finally, as suggested by a lot of users, I have added possibility to put disk descriptions in a Database, mainly because the little cd description files are very diskspace consuming. But be careful,
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  as it's an archive database style, I have splitted it in many files for faster access. BTW, if HD space doesn't really matter for you, old format is still recognized (load,save,...) and will never b
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59. e removed as it's a standard...
  60. ·Added button for 'Disk to DataBase' conversion
  61. ·Added button for 'DataBase to Disk' conversion
  62. ·Added gauge progression for DataBase manipulation and Sample save
  63. ·Added BUFMEMTYPE for DMA controllers, value: 0=ANY, 512=24BITDMA, ...
  64. ·Added possibility to ear *in real time* the sampling preview/process thru de amiga audio channels. The replay is always 8 bits even if 16 bits save was selected but you can play at 44.1khz if you ha
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74. ve a screenmode with horizontal freq >15khz, so if you use OptyCD on a PAL or NTSC screen, don't try 44100 ! Keep in mind that this mode is very cpu consuming and will give bad result on low powered 
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84. system since sampling can only be done at ~150 k/s. By the way, you will notice that channel are not always synchronised, it's because I don't know how to sync the 4 voices. Anybody can help me ?
  85. ·Added cycle and pref saving of the output mode (in sampling part)
  86. ·Added icons from Rudy Top
  87.  
  88. - V1.4
  89. ·Included greek catalog
  90. ·Included finnish catalog
  91. ·Catalog description is now compatible with catedit
  92. ·Included italian catalog
  93. ·Added DISKIDPATH to specify the path for disk id files
  94. ·Fixed VOLTYPE, It was not activated...
  95. ·Now value outside 1..3 range for VOLTYPE mean software volume disabled
  96. ·Removed this ugly Eject lock, I found a workaround to detect 'hard' insertion and ejection while using my special routine for universal CDDA autodetection. In fact, only CD drive that continue to gi
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106. ve CD directory of the last *ejected* CD will still have some problems...
  107. ·Removed skip track bug introduced with fast search bar
  108. ·Now, 'Repeat All' works for programs too
  109. ·Possibility to make 'repeat' the 'random' mode (Random must be selected first)
  110. ·Now 'Start Prog' start at launch of program AND at CD insertion too
  111. ·The documentation is now in AmigaGuide format
  112. ·OptyCDPlayer should now work (specially programs) iconified, even when started iconified
  113. ·Found a way to synchronize Amiga voices, there should be no more distortion
  114. ·It is now *really* possible to insert a disk with player part not the the active one
  115. ·Math ieee library for AIFF not more needed...
  116. ·Possibility to start Random while playing (will be randomized at the next track played)
  117. ·Now if ASYNCBUFFER as a value lower than 2048 then synchronous write will be used
  118. ·Database now contains 1389 CD descriptions
  119.  
  120. - V1.5
  121. ·If VOLTYPE is equal to 0 then there is no volume button
  122. ·Added "Project" menu with "About", "About MUI", and "Quit"
  123. ·About button has been removed
  124. ·Added "Preferences" menu with "Save", and "MUI"
  125. ·Player configuration saving is not made at the end of program anymore, please use Preferences/Save menu to save config
  126. ·"Introscan" & "Random" gadgets are now checkmark type gadgets
  127. ·"Repeat" is now a cycle gadget
  128. ·All combinations between Repeat, Introscan, and Random should now be possible
  129. ·"A-B" button changed
  130. ·Optimized a little bit the sampling routine
  131. ·Added Atapi sampling command, please report me if you drive works with it (try it even if it's an SCSI...)
  132. ·Status bar removed and replaced by graphical items
  133. ·The first page of the player now react to up/down keys, they play next/prev title in the list by changing the list active title
  134. ·Play/Stop/Next/Previous/Forward/Rewind/Eject commands react to shortkeys defined by tooltypes (see tooltypes part).
  135. ·Changed a little bit the .guide location for online help and multiple translations
  136. ·Included Danish catalog and documentation
  137. ·Added DiskNote.rexx (c) by Niels Bache
  138. ·Added FILENOTE tooltype to add filecomment with diskfiles when saved
  139. ·Database now contains 1499 CD descriptions
  140.  
  141. - V1.6
  142. ·IFF8SVX STEREO saving should now works with Amiga output activated
  143. ·Included Polish catalog
  144. ·Updated Italian catalog
  145. ·Updated German catalog
  146. ·Updated Norvegian catalog
  147. ·Updated Finnish catalog
  148. ·Fixed a bug while saving 8bits with Output switched to CD
  149. ·Added Italian guide
  150. ·New Disknote.rexx
  151. ·Repeat, Random, and IntroScan now reflect the config correctly
  152. ·Added capability to configure position of gadget groups at the player page by using 'Preferences/Edit Mode' menuitem and drag&drop.
  153. ·Now OptyCDPlayer test if it's a real CDRom drive on the selected unit
  154. ·Reworked the guide a little bit
  155. ·Included more informations about me
  156. ·Included Swedish catalog
  157. ·Database now contains 2464 CD descriptions
  158.  
  159.  
  160. ============================= Archive contents =============================
  161.  
  162. Original  Packed Ratio    Date     Time    Name
  163. -------- ------- ----- --------- --------  -------------
  164.     2494    1034 58.5% 03-Sep-96 11:57:26 +DiskNote.rexx
  165.      432     248 42.5% 03-Sep-96 11:57:26 +Eject.mf0
  166.      432     256 40.7% 03-Sep-96 11:57:26 +Eject.mf1
  167.      432     265 38.6% 03-Sep-96 11:57:26 +Forward.mf0
  168.      432     277 35.8% 03-Sep-96 11:57:26 +Forward.mf1
  169.      432     257 40.5% 03-Sep-96 11:57:26 +Next.mf0
  170.      432     266 38.4% 03-Sep-96 11:57:26 +Next.mf1
  171.      432     229 46.9% 03-Sep-96 11:57:26 +Pause.mf0
  172.      432     242 43.9% 03-Sep-96 11:57:26 +Pause.mf1
  173.      432     260 39.8% 03-Sep-96 11:57:26 +Play.mf0
  174.      432     272 37.0% 03-Sep-96 11:57:26 +Play.mf1
  175.      432     254 41.2% 03-Sep-96 11:57:26 +Prev.mf0
  176.      432     266 38.4% 03-Sep-96 11:57:26 +Prev.mf1
  177.      432     264 38.8% 03-Sep-96 11:57:26 +Rewind.mf0
  178.      432     270 37.5% 03-Sep-96 11:57:26 +Rewind.mf1
  179.      432     238 44.9% 03-Sep-96 11:57:26 +Stop.mf0
  180.      432     242 43.9% 03-Sep-96 11:57:26 +Stop.mf1
  181.     2072    1042 49.7% 03-Sep-96 11:57:26 +OptyCDPlayer0.info
  182.     2936    1827 37.7% 03-Sep-96 11:57:26 +OptyCDPlayer1.info
  183.     2936    1806 38.4% 03-Sep-96 11:57:26 +OptyCDPlayer2.info
  184.     2936    1788 39.1% 03-Sep-96 11:57:26 +OptyCDPlayer3.info
  185.      322     232 27.9% 03-Sep-96 11:57:26 +ID09011A0F05350E
  186.      366     261 28.6% 03-Sep-96 11:57:26 +ID1000D4D704F335
  187.     1542     604 60.8% 03-Sep-96 12:49:04 +Help.info
  188.     1202     564 53.0% 03-Sep-96 12:49:12  OptyCDPlayer.info
  189.     2228    1137 48.9% 03-Sep-96 12:49:04 +OptyCDPlayer.info
  190.     2886    1376 52.3% 03-Sep-96 11:57:26 +Dansk.ct
  191.     1928    1020 47.0% 03-Sep-96 11:57:26 +deutsch.ct
  192.     1924    1007 47.6% 03-Sep-96 11:57:26 +francais.ct
  193.     1933    1107 42.7% 03-Sep-96 11:57:26 +greek.ct
  194.      698     448 35.8% 03-Sep-96 11:57:26 +greek.txt
  195.     1945     996 48.7% 03-Sep-96 11:57:26 +italiano.ct
  196.      693     351 49.3% 03-Sep-96 11:57:26 +italiano.txt
  197.     1924     989 48.5% 15-Sep-96 08:56:50 +norsk.ct
  198.     2288    1078 52.8% 03-Sep-96 11:57:26 +OptyCDPlayer.cd
  199.      797     431 45.9% 07-Sep-96 08:12:34 +OptyCDTrans.readme
  200.     2090    1132 45.8% 04-Sep-96 11:20:36 +polski.ct
  201.      404     255 36.8% 03-Sep-96 11:57:26 +polski.txt
  202.     1955    1020 47.8% 03-Sep-96 11:57:26 +suomi.ct
  203.     1937    1007 48.0% 15-Sep-96 08:57:46 +svenska.ct
  204.     5244    2145 59.0% 14-Sep-96 19:04:02 +01.db
  205.     7256    3429 52.7% 14-Sep-96 19:04:02 +02.db
  206.    14421    7051 51.1% 14-Sep-96 19:04:02 +03.db
  207.    22798   10781 52.7% 14-Sep-96 19:04:04 +04.db
  208.    13679    6553 52.0% 14-Sep-96 19:04:04 +05.db
  209.     9838    5125 47.9% 14-Sep-96 19:04:04 +06.db
  210.     6873    3883 43.5% 14-Sep-96 19:04:04 +07.db
  211.    12098    6212 48.6% 14-Sep-96 19:04:04 +08.db
  212.    24265   13131 45.8% 14-Sep-96 19:04:04 +09.db
  213.    74277   37516 49.4% 14-Sep-96 19:04:04 +10.db
  214.    63438   33090 47.8% 14-Sep-96 19:04:04 +11.db
  215.    76680   39187 48.8% 14-Sep-96 19:04:04 +12.db
  216.    33903   18111 46.5% 14-Sep-96 19:04:04 +13.db
  217.    40086   20505 48.8% 14-Sep-96 19:04:04 +14.db
  218.    33922   17724 47.7% 14-Sep-96 19:04:04 +15.db
  219.    43191   22116 48.7% 14-Sep-96 19:04:04 +16.db
  220.    24424   12576 48.5% 14-Sep-96 19:04:04 +17.db
  221.    40569   20418 49.6% 14-Sep-96 19:04:04 +18.db
  222.    22612   12157 46.2% 14-Sep-96 19:04:04 +19.db
  223.    21637   11135 48.5% 14-Sep-96 19:04:04 +20.db
  224.     5816    3305 43.1% 14-Sep-96 19:04:04 +21.db
  225.     5047    2836 43.8% 14-Sep-96 19:04:04 +22.db
  226.     1218     697 42.7% 14-Sep-96 19:04:04 +23.db
  227.     7543    3562 52.7% 14-Sep-96 19:04:04 +24.db
  228.     4061    2309 43.1% 14-Sep-96 19:04:04 +25.db
  229.     3536    2040 42.3% 14-Sep-96 19:04:04 +26.db
  230.      876     571 34.8% 14-Sep-96 19:04:04 +27.db
  231.     1700     882 48.1% 14-Sep-96 19:04:04 +28.db
  232.     1778     880 50.5% 14-Sep-96 19:04:04 +30.db
  233.     1342     761 43.2% 14-Sep-96 19:04:04 +34.db
  234.     1369     866 36.7% 14-Sep-96 19:04:04 +35.db
  235.      780     512 34.3% 14-Sep-96 19:04:04 +36.db
  236.      641      62 90.3% 14-Sep-96 19:04:04 +38.db
  237.     1494     924 38.1% 14-Sep-96 19:04:04 +49.db
  238.     1564     922 41.0% 14-Sep-96 19:04:04 +55.db
  239.      271     168 38.0% 14-Sep-96 19:04:04 +66.db
  240.     1249     110 91.1% 14-Sep-96 19:04:04 +73.db
  241.     1536     109 92.9% 14-Sep-96 19:04:04 +91.db
  242.     2062     468 77.3% 14-Sep-96 19:04:04 +97.db
  243.     8794    1548 82.3% 14-Sep-96 19:04:04 +99.db
  244.     1542     605 60.7% 03-Sep-96 11:57:26 +Dansk.info
  245.     2167     876 59.5% 03-Sep-96 11:57:26 +OptyCDPlayer.guide.info
  246.     1542     603 60.8% 03-Sep-96 11:57:26 +English.info
  247.     2167     874 59.6% 03-Sep-96 11:57:26 +OptyCDPlayer.guide.info
  248.     1542     602 60.9% 03-Sep-96 11:57:26 +italiano.info
  249.     2167     876 59.5% 03-Sep-96 11:57:26 +OptyCDPlayer.guide.info
  250.     1604     861 46.3% 15-Sep-96 09:29:08 +OptyCDPlayer.catalog
  251.     1732     912 47.3% 15-Sep-96 09:29:04 +OptyCDPlayer.catalog
  252.     1690     885 47.6% 15-Sep-96 09:29:02 +OptyCDPlayer.catalog
  253.     1278     736 42.4% 15-Sep-96 09:29:04 +OptyCDPlayer.catalog
  254.     1714     877 48.8% 15-Sep-96 09:29:06 +OptyCDPlayer.catalog
  255.     1520     816 46.3% 15-Sep-96 09:29:10 +OptyCDPlayer.catalog
  256.     1896    1012 46.6% 15-Sep-96 09:29:08 +OptyCDPlayer.catalog
  257.     1700     863 49.2% 15-Sep-96 09:29:06 +OptyCDPlayer.catalog
  258.     1642     864 47.3% 15-Sep-96 09:29:10 +OptyCDPlayer.catalog
  259.    19185    8219 57.1% 18-Sep-96 08:15:44 +OptyCDPlayer.guide
  260.    17637    7653 56.6% 18-Sep-96 08:15:54 +OptyCDPlayer.guide
  261.    18727    8300 55.6% 18-Sep-96 08:16:04 +OptyCDPlayer.guide
  262.    48056   22892 52.3% 18-Sep-96 09:06:02 +OptyCDPlayer
  263. -------- ------- ----- --------- --------
  264.   822744  412321 49.8% 03-Oct-96 01:43:54   99 files
  265.